[][src]Crate forest_vm

Modules

json

Macros

actor_error

Convenience macro for generating Actor Errors

Structs

ActorError

The error type that gets returned by actor method calls.

ActorState

State of all actor implementations

EMPTY_ARR_BYTES

Cbor bytes of an empty array serialized.

EMPTY_ARR_CID

Cid of the empty array Cbor bytes (EMPTY_ARR_BYTES).

InvocInput

Input variables for actor method invocation.

Randomness

String of random bytes

Serialized

Serialized bytes to be used as parameters into actor methods

Enums

CodeID

CodeID is the reference to the code which is attached to the Actor state. There are builtin IDs and the option for custom code with a Cid

ExitCode

ExitCode defines the exit code from the VM execution

Constants

METHOD_CONSTRUCTOR

Base actor constructor method

METHOD_SEND

Base actor send method

Type Definitions

ActorID

Identifier for Actors, includes builtin and initialized actors

DealID

Deal identifier used in market and miner actors

MethodNum

Method number indicator for calling actor methods

TokenAmount